home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS05.ADF / printer / printer.link < prev    next >
Text File  |  1986-01-15  |  996b  |  17 lines

  1.  
  2. --printer device makefile
  3. --remove this note before using the file--
  4.   This is the makefile to be used to link the printer objects
  5.   when creating your custom printer driver. You should change 
  6.   all pathnames to reflect your development environment. Note that
  7.   the command line for the linker is contained on a single line, even 
  8.   though it may appear to wrap onto the following lines. 
  9. --end of note--
  10. echo "-- Linking printer files"
  11. tool:alink DF0:printertag.obj+DF0:init.obj+DF0:data.o+DF0:dospecial.o+DF0:render.o+DF0:wait.obj library DF1:lib/amiga.lib to df0tool:alink DF0:printertag.obj+DF
  12. +0:init.obj+DF0:data.o+DF0:dospecial.o+DF0:render.o+DF0:wait.obj library DF1:lib/amiga.lib to tool:alink DF0:printertag.obj+DF0:init.obj+DF0:data.o+DF0:dospecia
  13. +l.o+DF0:render.o+DF0:wait.obj library DF1:lib/amiga.lib to tool:alink DF0:printertag.obj+DF0:init.obj+DF0:data.o+DF0:dospecial.o+DF0:render.o+DF0:wait.obj libr
  14. +ary DF1:lib/amiga.lib to df0:printer.ld
  15. echo "-- done. --"
  16. date >df0:now
  17.